home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / amos / amsls496.lzh / AMOSLIST / 000069_amos-request@svcs1.digex.net_Wed Apr 24 07:02:55 1996.msg < prev    next >
Internet Message Format  |  1996-05-01  |  4KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id HAA00547;  for <mcox@access.digex.net> ; Wed, 24 Apr 1996 07:02:54 -0400
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id CAA18661 for amos-out; Wed, 24 Apr 1996 02:49:33 -0400
  3. Received: from mail1.access.digex.net (mail1-2.access.digex.net [204.91.197.3]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id CAA18658 for <amos-list@svcs1.digex.net>; Wed, 24 Apr 1996 02:49:31 -0400
  4. Received: from conan.eds-ms.com (conan.eds-ms.com [204.240.136.11]) by mail1.access.digex.net (8.6.12/8.6.12) with SMTP id CAA16737;  for <amos-list@access.digex.net> ; Wed, 24 Apr 1996 02:49:30 -0400
  5. Received: from cicladi (cicladi.educ.di.unito.it) by conan.eds-ms.com (5.x/SMI-SVR4)
  6.     id AA04775; Wed, 24 Apr 1996 02:49:31 -0400
  7. Received: from ercole.educ.di.unito.it by cicladi (4.1/SMI-4.1)
  8.     id AA06286; Wed, 24 Apr 96 08:48:37 +0200
  9. Received: by ercole.educ.di.unito.it (4.1/SMI-4.1)
  10.     id AA25222; Wed, 24 Apr 96 08:46:17 +0200
  11. Date: Wed, 24 Apr 1996 08:46:15 +0200 (MET DST)
  12. From: Ferraris Luca <ferraril@ercole.educ.di.unito.it>
  13. To: Paul Burkey <amos-list@sneech.demon.co.uk>
  14. Cc: amos-list@conan.eds-ms.com
  15. Subject: Re: Scrolling Maps (fwd)
  16. In-Reply-To: <9604231835.AA00091@sneech.demon.co.uk>
  17. Message-Id: <Pine.SUN.3.91.960424083530.25081C-100000@ercole>
  18. Mime-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. Status: RO
  21. X-Status: 
  22.  
  23. On Tue, 23 Apr 1996, Paul Burkey wrote:
  24.  
  25. > I don't think there's an easy way to do it without amal but you could think
  26. > about using more variables for your bobs, like x-speed, y-speed etc... 
  27.  
  28. This was what of i think of...
  29.  
  30. > in your loop just add this to the x,y co-ordinates.
  31. Yes, same as above...
  32.  
  33. > You could also set up
  34. > some arays with flight paths and have a pointer to the current place in the
  35. > flight path which might be 1,1 then 1,2 then 1,3 etc... and then reset at the
  36. > end of the loop... you could give the amal sync commands a look if you really
  37. > need to use amal...
  38. Example:
  39.  
  40. I need some words about using no AMAL...
  41.  
  42. My loop for level 1 has to be something similar?
  43. LEVEL1:
  44.  
  45. Do
  46.   
  47. ' Stage 1.1
  48.    repeat
  49.     _SCROLLMAP
  50.     _TESTJOYSTICK
  51.     _MOVEBOB
  52.     _MOVEENEMY1
  53.     _TESTCOL
  54.    until NOMOREENEMY or NOENERGY
  55.    
  56. ' Stage 1.2
  57.    repeat
  58.      _SCROLLMAP
  59.      _TESTJOY
  60.      _MOVEBOB
  61.      _MOVEENEMY2
  62.      _TESTCOL
  63.    until NOMOREENENEMY or NOENERGY
  64.  
  65.     ' and so on.... till Level 1 is finished after 10 stages.... ;-)
  66.    exit if END_LEVEL1
  67. Loop
  68.  
  69. > I found with AMOS that when I move one bob, all the other bobs get updated...
  70. I noticed..
  71.  
  72. > can gain control over that also, you'll be doing well... What sort of scrolling
  73. > methos are you using because the version I use is one of the oldest and most
  74. > basic, 
  75. I use a scrolling routine found on Ultimate Amos with some changes made 
  76. by me.
  77.  
  78. >I've heard about better ones but they take a bit Copper use with screen
  79. > wrap etc, for example it's possible to get the hardware screen to wrap round
  80. > like a conveyer belt which would be a usefull thing... anyone know how this
  81. > could be done??? If not I'll explain the double height screen method if
  82. > you are not already using it.... :)
  83. Could be interesting....About Copper: I hate using Copper }-(
  84.  
  85. > ------------------------. Swear words are only effective if they are found
  86. >  Paul Burkey 2:250/366.4 \ to be offensive. Regular use breeds a familiarity
  87. >  IRC:- Shoecake           \ leading  to  ineffective  offensiveness  and
  88. >  paulb@sneech.demon.co.uk  \ therefore subsequent obsolescence of the swear
  89. >  Proud member of Team AMIGA \ word. With present day usage, all swear words
  90. > -----------------------------' should be obsolete within twelve months....
  91.  
  92.                                Luca Ferraris
  93.                     e-mail: ferraril@educ.di.unito.it
  94.        http://www.di.unito.it/pub/WWW/www_student/amiga/LucaFerraris/
  95.        **************************************************************
  96.